@charset "UTF-8";
/*  Extra large devices (large desktops) 大屏桌面端 */
.headerWidget17 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 600px; }
  .headerWidget17 .header-wrap {
    box-sizing: border-box;
    position: fixed;
    z-index: 11;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 130px;
    transition: all .3s ease-in-out; }
  .headerWidget17 .member-close {
    opacity: 0;
    position: fixed;
    right: 20px;
    top: 40px;
    position: fixed;
    display: flex;
    display: -ms-flex;
    color: #ffffff;
    cursor: pointer; }
    .headerWidget17 .member-close svg {
      fill: #ffffff; }
    .headerWidget17 .member-close .nav-title {
      height: 16px;
      line-height: 16px;
      font-weight: 500; }
  .headerWidget17 .header {
    box-sizing: border-box;
    position: relative;
    display: flex;
    display: -ms-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    max-width: 1968px;
    width: 100%;
    margin: 0px auto;
    padding: 24px;
    transition: all .2s ease-in-out; }
    .headerWidget17 .header .left-part {
      position: relative; }
      .headerWidget17 .header .left-part .slogen {
        color: rgba(255, 255, 255, 0.3);
        line-height: 1;
        font-size: 12px;
        font-weight: 500; }
      .headerWidget17 .header .left-part .nav-open-wrap {
        position: absolute;
        top: 40px;
        left: 0px;
        color: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        transition: all .15s ease-in-out;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
        .headerWidget17 .header .left-part .nav-open-wrap .nav-icon {
          display: block;
          margin: 1px 8px 0px 0px;
          fill: rgba(255, 255, 255, 0.5);
          transition: all .15s ease-in-out; }
        .headerWidget17 .header .left-part .nav-open-wrap .nav-title {
          height: 14px;
          line-height: 14px; }
        .headerWidget17 .header .left-part .nav-open-wrap .nav-open {
          display: flex;
          display: -ms-flex;
          height: 14px; }
        .headerWidget17 .header .left-part .nav-open-wrap .nav-title {
          font-weight: 500; }
        .headerWidget17 .header .left-part .nav-open-wrap:hover {
          color: rgba(255, 255, 255, 0.8); }
          .headerWidget17 .header .left-part .nav-open-wrap:hover .nav-icon {
            fill: rgba(255, 255, 255, 0.8); }
    .headerWidget17 .header .logo-wrap {
      display: block;
      position: absolute;
      top: 20px;
      left: 50%;
      z-index: 2;
      width: auto;
      height: 80px;
      max-width: 195px;
      transform: translateX(-50%);
      transition: all .2s ease-in-out; }
      .headerWidget17 .header .logo-wrap .logo_white {
        display: block; }
      .headerWidget17 .header .logo-wrap .logo {
        display: none; }
      .headerWidget17 .header .logo-wrap img {
        max-height: 81px;
        max-width: 195px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: block; }
    .headerWidget17 .header .member-open-wrap {
      opacity: 0;
      position: absolute;
      top: 36px;
      right: 16px;
      color: rgba(255, 255, 255, 0.5);
      cursor: pointer;
      transition: all .15s ease-in-out; }
      .headerWidget17 .header .member-open-wrap .fa-user-circle {
        font-size: 18px; }
      .headerWidget17 .header .member-open-wrap:hover {
        color: rgba(255, 255, 255, 0.7); }
        .headerWidget17 .header .member-open-wrap:hover .nav-icon {
          fill: rgba(255, 255, 255, 0.7); }
      .headerWidget17 .header .member-open-wrap .member-open .member-svg {
        opacity: 0.5; }
      .headerWidget17 .header .member-open-wrap .member-open .icon-human {
        display: none; }
    .headerWidget17 .header .bottom-bar {
      display: flex;
      display: -ms-flex;
      position: absolute;
      top: 58px;
      right: 24px;
      z-index: 8;
      color: rgba(255, 255, 255, 0.5);
      transition: all .2s ease-in-out; }
      .headerWidget17 .header .bottom-bar .calendar-icon {
        fill: rgba(255, 255, 255, 0.5); }
      .headerWidget17 .header .bottom-bar .date-box {
        position: relative;
        box-sizing: border-box;
        width: 210px;
        height: 32px;
        margin-right: 8px;
        padding: 8px;
        background: rgba(255, 255, 255, 0.05);
        transition: all .3s ease-in-out;
        cursor: pointer;
        font-size: 12px; }
        .headerWidget17 .header .bottom-bar .date-box:hover {
          background: rgba(255, 255, 255, 0.15); }
          .headerWidget17 .header .bottom-bar .date-box:hover .date-text .date-content {
            color: rgba(255, 255, 255, 0.5); }
      .headerWidget17 .header .bottom-bar .date-text {
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%; }
        .headerWidget17 .header .bottom-bar .date-text .date-content {
          text-align: center;
          line-height: 32px;
          text-indent: 16px;
          color: rgba(255, 255, 255, 0.25); }
        .headerWidget17 .header .bottom-bar .date-text .bookingDateInput {
          color: #fff;
          background: none;
          height: 32px;
          margin: 0;
          width: 100%;
          text-indent: 16px;
          text-align: center;
          border: 0;
          outline: none;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          cursor: pointer; }
        .headerWidget17 .header .bottom-bar .date-text .datepicker {
          width: 325px;
          top: 40px; }
        .headerWidget17 .header .bottom-bar .date-text .datepicker__month {
          width: 100%; }
        .headerWidget17 .header .bottom-bar .date-text .datepicker__month-button--disabled {
          visibility: initial; }
        .headerWidget17 .header .bottom-bar .date-text .datepicker__month--month2 {
          display: none; }
        .headerWidget17 .header .bottom-bar .date-text .datepicker__months:before {
          width: 0; }
        .headerWidget17 .header .bottom-bar .date-text .datepicker__month-button {
          color: #ffffff; }
        .headerWidget17 .header .bottom-bar .date-text .datepicker__month-day--selected {
          color: #ffffff; }
        .headerWidget17 .header .bottom-bar .date-text .datepicker__month-day--hovering {
          color: #ffffff; }
        .headerWidget17 .header .bottom-bar .date-text .datepicker__month-day--today {
          font-weight: bold;
          background: #ffffff;
          position: relative; }
          .headerWidget17 .header .bottom-bar .date-text .datepicker__month-day--today:after {
            content: "";
            width: 2em;
            height: 2em;
            left: 50%;
            transform: translate(-50%, -50%);
            top: 50%;
            position: absolute;
            border-radius: 100%; }
        .headerWidget17 .header .bottom-bar .date-text .datepicker__month-day--first-day-selected,
        .headerWidget17 .header .bottom-bar .date-text .datepicker__month-day--last-day-selected {
          color: #ffffff; }
      .headerWidget17 .header .bottom-bar .date-text-active .date-content {
        display: none; }
      .headerWidget17 .header .bottom-bar .date-text-active .bookingDateInput {
        opacity: 1; }
      .headerWidget17 .header .bottom-bar .bookingBtn {
        display: inline-block;
        height: 32px;
        padding: 0px 10px;
        transition: all .3s ease-in-out;
        cursor: pointer;
        line-height: 32px;
        background: rgba(255, 255, 255, 0.05);
        color: rgba(255, 255, 255, 0.5);
        white-space: nowrap; }
        .headerWidget17 .header .bottom-bar .bookingBtn:hover {
          background: rgba(255, 255, 255, 0.15);
          color: rgba(255, 255, 255, 0.8); }
        .headerWidget17 .header .bottom-bar .bookingBtn .fa-search {
          margin-right: 4px;
          vertical-align: inherit; }
    .headerWidget17 .header .right-part {
      position: absolute;
      right: 24px;
      z-index: 9; }
      .headerWidget17 .header .right-part .top-bar {
        line-height: 1;
        color: rgba(255, 255, 255, 0.5);
        font-size: 12px;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
        .headerWidget17 .header .right-part .top-bar a {
          color: rgba(255, 255, 255, 0.5);
          text-decoration: none;
          cursor: pointer;
          transition: all .15s ease-in-out; }
          .headerWidget17 .header .right-part .top-bar a:hover {
            color: rgba(255, 255, 255, 0.8); }
        .headerWidget17 .header .right-part .top-bar li {
          list-style: none;
          float: left;
          margin-left: 20px; }
          .headerWidget17 .header .right-part .top-bar li .fa {
            margin-right: 4px; }
          .headerWidget17 .header .right-part .top-bar li .fa-angle-right {
            opacity: 0; }
        .headerWidget17 .header .right-part .top-bar .language-btn {
          position: relative; }
          .headerWidget17 .header .right-part .top-bar .language-btn span {
            transition: all .15s ease-in-out;
            cursor: pointer; }
          .headerWidget17 .header .right-part .top-bar .language-btn:hover > span {
            color: rgba(255, 255, 255, 0.8); }
          .headerWidget17 .header .right-part .top-bar .language-btn:hover .language {
            pointer-events: auto; }
          .headerWidget17 .header .right-part .top-bar .language-btn.open .fa-angle-down {
            transform: rotate(180deg); }
        .headerWidget17 .header .right-part .top-bar .fa-angle-right {
          display: none; }
        .headerWidget17 .header .right-part .top-bar .language {
          position: absolute;
          left: 50%;
          min-width: 100%;
          border-top: 2px solid rgba(255, 255, 255, 0.65);
          display: none;
          top: 16px;
          transition: all 0.3s ease-in-out;
          transform: translateX(-50%);
          background-color: rgba(7, 9, 11, 0.5);
          z-index: 1;
          padding: 6px 0; }
          .headerWidget17 .header .right-part .top-bar .language li {
            float: none;
            margin-left: 0px;
            text-align: center;
            white-space: nowrap; }
            .headerWidget17 .header .right-part .top-bar .language li a {
              display: block;
              padding: 6px 16px; }
              .headerWidget17 .header .right-part .top-bar .language li a:hover {
                color: #ffffff;
                background-color: rgba(7, 9, 11, 0.8); }
        .headerWidget17 .header .right-part .top-bar .memberLogin {
          position: relative;
          display: block; }
          .headerWidget17 .header .right-part .top-bar .memberLogin::after {
            content: '';
            position: absolute;
            top: 1px;
            right: -7px;
            width: 1px;
            height: 10px;
            background: rgba(255, 255, 255, 0.3);
            opacity: 0.5; }
        .headerWidget17 .header .right-part .top-bar #registerBtn {
          margin-left: 9px; }
        .headerWidget17 .header .right-part .top-bar .btn-login-wrap {
          position: relative; }
          .headerWidget17 .header .right-part .top-bar .btn-login-wrap:hover .vip-info-nav {
            opacity: 1;
            pointer-events: auto; }
        .headerWidget17 .header .right-part .top-bar .vip-info-nav {
          position: absolute;
          left: 50%;
          padding: 6px 0px;
          opacity: 0;
          pointer-events: none;
          transition: all 0.3s ease-in-out;
          transform: translateX(-50%);
          background: rgba(0, 0, 0, 0.6);
          z-index: 1; }
          .headerWidget17 .header .right-part .top-bar .vip-info-nav li {
            float: none;
            margin-left: 0px;
            padding: 6px 16px;
            text-align: center;
            white-space: nowrap;
            cursor: pointer; }
            .headerWidget17 .header .right-part .top-bar .vip-info-nav li:hover {
              color: rgba(255, 255, 255, 0.5); }
            .headerWidget17 .header .right-part .top-bar .vip-info-nav li:first-of-type {
              cursor: default;
              pointer-events: none; }
              .headerWidget17 .header .right-part .top-bar .vip-info-nav li:first-of-type:hover {
                color: rgba(255, 255, 255, 0.3); }
        .headerWidget17 .header .right-part .top-bar .dropdown-menu li:hover {
          color: rgba(255, 255, 255, 0.9); }
  .headerWidget17 .nav-wrap {
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 1;
    width: 100%;
    max-width: 1920px;
    height: auto;
    padding: 64px 24px 0 24px;
    transition: all .3s ease-in-out;
    pointer-events: none; }
    .headerWidget17 .nav-wrap.nav-show {
      left: 0px;
      opacity: 1;
      pointer-events: auto; }
    .headerWidget17 .nav-wrap .nav-close {
      position: fixed;
      display: flex;
      display: -ms-flex;
      color: rgba(255, 255, 255, 0.5);
      cursor: pointer;
      margin-top: -1px; }
      .headerWidget17 .nav-wrap .nav-close svg {
        fill: rgba(255, 255, 255, 0.5);
        margin-right: 10px; }
      .headerWidget17 .nav-wrap .nav-close:hover {
        color: rgba(255, 255, 255, 0.8); }
        .headerWidget17 .nav-wrap .nav-close:hover svg {
          fill: rgba(255, 255, 255, 0.8); }
      .headerWidget17 .nav-wrap .nav-close .nav-title {
        height: 16px;
        line-height: 16px;
        font-weight: 500; }
    .headerWidget17 .nav-wrap .menu-wrap {
      text-align: center;
      margin-top: 54px; }
      .headerWidget17 .nav-wrap .menu-wrap li {
        list-style: none; }
        .headerWidget17 .nav-wrap .menu-wrap li a {
          font-size: 16px;
          color: #fff;
          text-decoration: none; }
      .headerWidget17 .nav-wrap .menu-wrap .navMenu {
        height: 100%;
        display: inline-block; }
        .headerWidget17 .nav-wrap .menu-wrap .navMenu > .navMenuItem {
          padding: 0px 54px 8px 54px;
          position: relative;
          width: auto;
          white-space: nowrap;
          display: inline-block; }
          .headerWidget17 .nav-wrap .menu-wrap .navMenu > .navMenuItem .fa-angle-right {
            display: none; }
          .headerWidget17 .nav-wrap .menu-wrap .navMenu > .navMenuItem:last-of-type {
            margin-bottom: 0px; }
            .headerWidget17 .nav-wrap .menu-wrap .navMenu > .navMenuItem:last-of-type a::before {
              content: '';
              border-left: none; }
          .headerWidget17 .nav-wrap .menu-wrap .navMenu > .navMenuItem > a {
            position: relative;
            display: block;
            transition: all .1s ease-in-out; }
      .headerWidget17 .nav-wrap .menu-wrap .navSubMenu {
        background-color: rgba(7, 9, 11, 0.5);
        border-top: 2px solid;
        border-top-color: rgba(255, 255, 255, 0.65);
        text-align: left;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        display: none;
        padding: 8px 0; }
        .headerWidget17 .nav-wrap .menu-wrap .navSubMenu li a {
          display: block;
          padding: 8px 14px;
          font-size: 14px; }
          .headerWidget17 .nav-wrap .menu-wrap .navSubMenu li a:hover {
            color: #ffffff;
            background-color: rgba(7, 9, 11, 0.5); }
  .headerWidget17 .header-scrolling {
    height: 98px;
    background: #ffffff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15); }
    .headerWidget17 .header-scrolling .header {
      padding: 16px 24px; }
      .headerWidget17 .header-scrolling .header .left-part .nav-open-wrap {
        top: 40px;
        text-shadow: none; }
      .headerWidget17 .header-scrolling .header .logo-wrap {
        height: 63px;
        top: 16px; }
        .headerWidget17 .header-scrolling .header .logo-wrap .logo-white {
          display: none; }
        .headerWidget17 .header-scrolling .header .logo-wrap .logo {
          display: block; }
      .headerWidget17 .header-scrolling .header .member-open-wrap {
        top: 36px; }
        .headerWidget17 .header-scrolling .header .member-open-wrap .member-svg {
          opacity: 1; }
        .headerWidget17 .header-scrolling .header .member-open-wrap .icon-human {
          opacity: 0.8; }
        .headerWidget17 .header-scrolling .header .member-open-wrap .icon-earth {
          opacity: 0.8; }
      .headerWidget17 .header-scrolling .header .bottom-bar {
        top: 50px; }
        .headerWidget17 .header-scrolling .header .bottom-bar .bookingBtn {
          color: #ffffff; }
        .headerWidget17 .header-scrolling .header .bottom-bar .date-text .date-content {
          font-weight: 500; }
        .headerWidget17 .header-scrolling .header .bottom-bar .date-text .bookingDateInput {
          font-weight: 500; }
      .headerWidget17 .header-scrolling .header .right-part .top-bar {
        text-shadow: none; }
        .headerWidget17 .header-scrolling .header .right-part .top-bar .language {
          background: #ffffff;
          box-shadow: 0px 0px 10px rgba(0, 4, 8, 0.2); }
    .headerWidget17 .header-scrolling .nav-wrap {
      padding-top: 56px; }
      .headerWidget17 .header-scrolling .nav-wrap .menu-wrap li a {
        font-weight: 500; }
      .headerWidget17 .header-scrolling .nav-wrap .menu-wrap .navSubMenu {
        background-color: white;
        box-shadow: 0px 0px 10px rgba(0, 4, 8, 0.2); }
        .headerWidget17 .header-scrolling .nav-wrap .menu-wrap .navSubMenu li a {
          font-weight: normal; }
  .headerWidget17 .text-wrap {
    display: flex;
    display: -ms-flex;
    flex-direction: column;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
    text-align: center;
    overflow: hidden;
    pointer-events: none; }
    .headerWidget17 .text-wrap .text-bg {
      position: absolute;
      pointer-events: none; }
    .headerWidget17 .text-wrap .placeholder-box {
      height: 100%;
      pointer-events: none; }
    .headerWidget17 .text-wrap .text-box {
      display: none;
      color: #F0DDBE;
      text-shadow: 0px 0px 12px #0d0a0a;
      text-align: left;
      position: relative;
      left: 5%;
      padding-bottom: 5%; }
    .headerWidget17 .text-wrap .main-title {
      line-height: 1;
      font-size: 78px;
      font-weight: 500; }
    .headerWidget17 .text-wrap .sub-title {
      line-height: 1;
      font-size: 40.5px;
      font-weight: 400; }
    .headerWidget17 .text-wrap .description {
      max-width: 600px;
      line-height: 1.5;
      font-size: 28.8px; }
    .headerWidget17 .text-wrap .arrow-btn {
      display: none;
      position: absolute;
      bottom: 30px;
      left: 50%;
      margin-left: -8.5px;
      opacity: 0;
      animation: arrowRun 2.5s linear 2s infinite;
      -webkit-animation: arrowRun 2.5s linear 2s infinite; }
      .headerWidget17 .text-wrap .arrow-btn .arrow-icon {
        fill: white; }
  .headerWidget17 .inline-block {
    display: inline-block; }
  .headerWidget17 .slider {
    width: 100%;
    height: 100%; }
    .headerWidget17 .slider::before {
      content: "";
      position: absolute;
      width: 60px;
      height: 60px;
      border: 1px solid #ffffff;
      border-radius: 100%;
      left: 50%;
      top: 50%;
      margin: -30px 0 0 -30px;
      animation: sliderLoading 0.5s linear infinite;
      opacity: 0.5; }
    .headerWidget17 .slider img {
      display: none;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform-origin: center; }
    .headerWidget17 .slider .swiper-container {
      height: 100%; }
    .headerWidget17 .slider .swiper-slide {
      overflow: hidden; }
    .headerWidget17 .slider .swiper-next, .headerWidget17 .slider .swiper-prev {
      font-size: 2.571em;
      color: #ffffff;
      background: none;
      width: 42px;
      height: 96px;
      margin-top: -48px;
      position: absolute;
      top: 50%;
      z-index: 2;
      text-align: center;
      line-height: 96px;
      cursor: pointer;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
      .headerWidget17 .slider .swiper-next:hover, .headerWidget17 .slider .swiper-prev:hover {
        background: rgba(0, 0, 0, 0.2); }
    .headerWidget17 .slider .swiper-next {
      right: 0;
      left: auto; }
    .headerWidget17 .slider .swiper-prev {
      right: auto;
      left: 0; }
    .headerWidget17 .slider .swiper-pagination .swiper-pagination-bullet-active {
      background: #ffffff; }
  .headerWidget17 .video {
    width: 100%;
    height: 100%;
    background-color: #000; }
    .headerWidget17 .video::before {
      content: "";
      position: absolute;
      width: 60px;
      height: 60px;
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-top: 1px solid #ffffff;
      border-radius: 100%;
      left: 50%;
      top: 50%;
      margin: -30px 0 0 -30px;
      animation: sliderLoading 0.5s linear infinite;
      opacity: 0.5; }
    .headerWidget17 .video .background-video {
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .headerWidget17 .video .background-video video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .headerWidget17 .video .alter-img {
      opacity: 0; }
  .headerWidget17 .header-mask {
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
    width: 100%;
    height: 240px;
    transition: all 0.3s;
    z-index: 1; }
  .headerWidget17 .body-mask {
    background: #fff;
    width: 100%;
    height: 30%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none; }
  .headerWidget17 .rotate-tips {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    text-align: center; }
    .headerWidget17 .rotate-tips span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-72px, -50%) rotate(90deg);
      color: #ffffff; }
    .headerWidget17 .rotate-tips .rotate-tips-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      height: 50px;
      width: 50px;
      transform-origin: 72% -6px;
      animation: rotateAnimate 5s ease-in-out infinite; }

.headerWidget17-active .header-wrap {
  height: 180px; }
.headerWidget17-active .header-scrolling {
  height: 150px; }
.headerWidget17-active .header-mask {
  height: 290px; }

/* Large devices (desktops, less than 1200px) 普通桌面端 */
/* Medium devices (tablets, less than 992px) 平板端 */
@media (max-width: 992px) {
  .body-active {
    height: 100% !important;
    overflow: hidden !important; }

  .headerWidget17 {
    min-height: auto; }
    .headerWidget17 .text-wrap {
      display: none; }
    .headerWidget17 .header-wrap {
      height: 96px; }
    .headerWidget17 .header-scrolling {
      height: 90px; }
      .headerWidget17 .header-scrolling .header {
        padding: 16px;
        padding-top: 0; }
        .headerWidget17 .header-scrolling .header .nav-wrap {
          padding-top: 24px; }
          .headerWidget17 .header-scrolling .header .nav-wrap .nav-close svg {
            fill: #fff; }
          .headerWidget17 .header-scrolling .header .nav-wrap .menu-wrap li a {
            color: #fff; }
          .headerWidget17 .header-scrolling .header .nav-wrap .menu-wrap .navSubMenu li a {
            color: #fff; }
    .headerWidget17 .header {
      padding: 16px 16px;
      padding-top: 0px;
      height: 100%; }
      .headerWidget17 .header .logo-wrap {
        top: 50% !important;
        left: 50%;
        transform: translate(-50%, -50%) !important;
        max-width: 170px;
        height: 60px; }
        .headerWidget17 .header .logo-wrap img {
          max-width: 170px;
          max-height: 60px; }
      .headerWidget17 .header .member-open-wrap {
        opacity: 1; }
      .headerWidget17 .header .left-part .slogen {
        display: none; }
      .headerWidget17 .header .left-part .nav-open-wrap {
        top: 40px; }
        .headerWidget17 .header .left-part .nav-open-wrap .nav-open {
          height: 16px; }
        .headerWidget17 .header .left-part .nav-open-wrap .nav-title {
          display: none; }
        .headerWidget17 .header .left-part .nav-open-wrap .nav-icon {
          width: 24px;
          height: 16px;
          margin: 0; }
      .headerWidget17 .header .bottom-bar {
        width: calc(100vw - 48px);
        margin-bottom: 24px;
        position: fixed;
        top: auto !important;
        right: 24px;
        bottom: 0;
        z-index: 11;
        display: none; }
        .headerWidget17 .header .bottom-bar .date-box {
          color: rgba(255, 255, 255, 0.5);
          background: rgba(255, 255, 255, 0.1) !important;
          width: 100%;
          height: 48px;
          text-align: center;
          margin-bottom: 8px;
          position: relative; }
          .headerWidget17 .header .bottom-bar .date-box .calendar-icon {
            fill: #fff; }
        .headerWidget17 .header .bottom-bar .date-text .bookingDateInput {
          color: #fff !important;
          height: 48px;
          text-align: center;
          padding-left: 0; }
        .headerWidget17 .header .bottom-bar .bookingBtn {
          background: #fff !important;
          font-size: 16px;
          font-weight: 600;
          color: #1D1D21 !important;
          height: 48px;
          line-height: 48px;
          width: 100%;
          padding: 0;
          text-align: center; }
        .headerWidget17 .header .bottom-bar .calendar-icon {
          margin-right: 230px;
          margin-top: 8px; }
        .headerWidget17 .header .bottom-bar .date-text {
          font-size: 14px;
          text-align: center;
          width: 100%;
          left: 0; }
          .headerWidget17 .header .bottom-bar .date-text .date-content {
            line-height: 48px;
            color: rgba(255, 255, 255, 0.25) !important; }
          .headerWidget17 .header .bottom-bar .date-text .datepicker {
            top: auto;
            bottom: 4px;
            width: 100%;
            left: 50%;
            margin-left: -50%; }
          .headerWidget17 .header .bottom-bar .date-text .datepicker__month {
            width: 50%; }
          .headerWidget17 .header .bottom-bar .date-text .datepicker__month--month1 .datepicker__month-button--next {
            display: none; }
          .headerWidget17 .header .bottom-bar .date-text .datepicker__month--month2 {
            display: table; }
            .headerWidget17 .header .bottom-bar .date-text .datepicker__month--month2 .datepicker__month-button--prev {
              display: none; }
      .headerWidget17 .header .right-part {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0px;
        opacity: 0;
        z-index: 11;
        padding-right: 0px;
        background-color: rgba(29, 29, 33, 0.95);
        transition: all .3s ease-in-out;
        pointer-events: none; }
        .headerWidget17 .header .right-part .member-close {
          opacity: 0.5; }
          .headerWidget17 .header .right-part .member-close:hover {
            opacity: 1; }
        .headerWidget17 .header .right-part.nav-show {
          right: 0px;
          opacity: 1;
          pointer-events: auto; }
        .headerWidget17 .header .right-part .top-bar-overflow {
          width: 100%;
          position: absolute;
          top: 90px;
          right: 0px;
          height: calc(100vh - 90px);
          height: calc(var(--vh, 1vh) * 100 - 90px);
          overflow-y: auto; }
        .headerWidget17 .header .right-part .nav-title {
          display: none; }
        .headerWidget17 .header .right-part .top-bar {
          color: white !important;
          width: auto;
          padding-left: 32px;
          position: relative;
          top: 0%;
          left: 50%;
          transform: translateX(-50%);
          width: calc(100vw - 120px);
          text-align: left;
          content: " ";
          display: table; }
          .headerWidget17 .header .right-part .top-bar .fa-angle-right {
            transition: all 0.15s ease-in-out; }
          .headerWidget17 .header .right-part .top-bar .icon-active .fa-angle-right {
            transform: rotate(-90deg); }
          .headerWidget17 .header .right-part .top-bar li {
            font-size: 16px;
            float: none;
            margin-left: 0;
            position: relative; }
            .headerWidget17 .header .right-part .top-bar li .fa-angle-right {
              color: #fff;
              position: absolute;
              right: 0;
              top: 16px;
              opacity: 0.5;
              margin-right: 0;
              transition: all 0.15s ease-in-out;
              display: block; }
            .headerWidget17 .header .right-part .top-bar li.language-btn .fa-angle-right {
              transform: rotate(90deg); }
            .headerWidget17 .header .right-part .top-bar li.language-btn.icon-active .fa-angle-right {
              transform: rotate(-90deg); }
            .headerWidget17 .header .right-part .top-bar li #loginOffline {
              border: 0; }
          .headerWidget17 .header .right-part .top-bar #loginBtn, .headerWidget17 .header .right-part .top-bar #registerBtn {
            display: block; }
          .headerWidget17 .header .right-part .top-bar a {
            color: white !important; }
          .headerWidget17 .header .right-part .top-bar #registerDropdown {
            position: relative; }
          .headerWidget17 .header .right-part .top-bar .memberLogin .fa-user-circle {
            margin-left: -26px;
            margin-right: 8px; }
          .headerWidget17 .header .right-part .top-bar .fa-calendar-check-o, .headerWidget17 .header .right-part .top-bar .fa-shopping-cart, .headerWidget17 .header .right-part .top-bar .fa-globe, .headerWidget17 .header .right-part .top-bar .fa-search, .headerWidget17 .header .right-part .top-bar .fa-power-off, .headerWidget17 .header .right-part .top-bar .fa-user-circle {
            position: absolute;
            left: -26px; }
          .headerWidget17 .header .right-part .top-bar .inline-block {
            margin-left: 0 !important; }
          .headerWidget17 .header .right-part .top-bar .btn-login-wrap {
            padding: 0 !important; }
          .headerWidget17 .header .right-part .top-bar .vip-info-nav {
            opacity: 1;
            position: relative;
            width: 100%;
            background: none !important; }
            .headerWidget17 .header .right-part .top-bar .vip-info-nav li {
              text-align: left; }
              .headerWidget17 .header .right-part .top-bar .vip-info-nav li cite {
                font-style: initial; }
          .headerWidget17 .header .right-part .top-bar .memberLogin, .headerWidget17 .header .right-part .top-bar .registered, .headerWidget17 .header .right-part .top-bar .btn-login-wrap, .headerWidget17 .header .right-part .top-bar .language-btn, .headerWidget17 .header .right-part .top-bar .btn-login-wrap > .vip-btn, .headerWidget17 .header .right-part .top-bar .dropdown-menu > li {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            width: 100%;
            display: block;
            padding: 16px 0; }
          .headerWidget17 .header .right-part .top-bar .memberLogin::after {
            display: none; }
          .headerWidget17 .header .right-part .top-bar .language-btn:hover span {
            color: white !important; }
          .headerWidget17 .header .right-part .top-bar .language-btn span {
            color: white !important; }
          .headerWidget17 .header .right-part .top-bar .language-btn .fa-angle-down {
            display: none; }
          .headerWidget17 .header .right-part .top-bar .language {
            background: none;
            position: relative;
            background: none !important;
            border: none;
            padding: 8px 0;
            box-shadow: none !important; }
            .headerWidget17 .header .right-part .top-bar .language li {
              margin-bottom: 0;
              text-align: left; }
              .headerWidget17 .header .right-part .top-bar .language li a {
                padding: 16px 8px;
                font-size: 14px; }
                .headerWidget17 .header .right-part .top-bar .language li a:hover {
                  background: rgba(7, 9, 11, 0.8) !important; }
        .headerWidget17 .header .right-part .top-bar > li > a {
          border-bottom: 1px solid rgba(255, 255, 255, 0.1);
          width: 100%;
          display: block;
          padding: 16px 0; }
    .headerWidget17 .slider {
      height: 100%;
      min-height: 500px;
      overflow: hidden; }
    .headerWidget17 .video .hide-mobile-video {
      display: none; }
    .headerWidget17 .video .alter-img {
      opacity: 1;
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .headerWidget17 .nav-wrap {
      width: 100%;
      height: 100%;
      z-index: 10;
      padding: 0;
      padding-top: 90px !important;
      background-color: rgba(29, 29, 33, 0.95);
      position: fixed;
      top: 0; }
      .headerWidget17 .nav-wrap .menu-wrap {
        margin: 0px;
        padding: 0px 48px;
        overflow-y: auto;
        position: fixed;
        top: 90px;
        bottom: 150px;
        left: 0;
        right: 0;
        border-top: 0.5px solid rgba(255, 255, 255, 0.1);
        border-bottom: 0.5px solid rgba(255, 255, 255, 0.1); }
        .headerWidget17 .nav-wrap .menu-wrap .navMenu {
          width: calc(100vw - 96px);
          height: auto;
          display: block;
          position: absolute; }
          .headerWidget17 .nav-wrap .menu-wrap .navMenu > .navMenuItem {
            padding: 0;
            text-align: left;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            width: 100%;
            display: block; }
            .headerWidget17 .nav-wrap .menu-wrap .navMenu > .navMenuItem .fa-angle-right {
              color: #fff;
              position: absolute;
              right: 0;
              top: 22px;
              opacity: 0.5;
              margin-right: 0;
              transition: all 0.15s ease-in-out;
              display: block; }
            .headerWidget17 .nav-wrap .menu-wrap .navMenu > .navMenuItem.hasSubnav .fa-angle-right {
              transform: rotate(90deg); }
            .headerWidget17 .nav-wrap .menu-wrap .navMenu > .navMenuItem.hasSubnav.active .fa-angle-right {
              transform: rotate(-90deg); }
            .headerWidget17 .nav-wrap .menu-wrap .navMenu > .navMenuItem a {
              display: block;
              padding: 16px 0;
              font-weight: 400 !important; }
          .headerWidget17 .nav-wrap .menu-wrap .navMenu .navSubMenu {
            position: relative;
            top: 0;
            border: 0;
            background: none;
            padding: 0;
            padding: 8px 0;
            box-shadow: none; }
            .headerWidget17 .nav-wrap .menu-wrap .navMenu .navSubMenu li a {
              font-size: 14px; }
              .headerWidget17 .nav-wrap .menu-wrap .navMenu .navSubMenu li a:hover {
                background-color: transparent; }
      .headerWidget17 .nav-wrap .nav-close {
        left: 20px;
        top: 40px;
        z-index: 10; }
        .headerWidget17 .nav-wrap .nav-close .nav-title {
          display: none; }
    .headerWidget17 .text-wrap .main-title {
      font-size: 24px; }
    .headerWidget17 .text-wrap .sub-title {
      font-size: 14px; }
    .headerWidget17 .text-wrap .description {
      font-size: 12px;
      padding: 0 32px; }
    .headerWidget17 .body-mask-active {
      display: block; }

  .headerWidget17-active .header .bottom-bar {
    display: block; } }
/* Extra small devices (portrait phones, less than 567px) 手机端 */
@media (max-width: 567px) {
  .headerWidget17 .header .bottom-bar .date-box .calendar-icon {
    margin-right: 210px; }
  .headerWidget17 .header .bottom-bar .date-text .bookingDateInput {
    padding-left: 8px; }
  .headerWidget17 .header .bottom-bar .date-text .datepicker__month {
    width: 100%; }
  .headerWidget17 .header .bottom-bar .date-text .datepicker__month--month1 .datepicker__month-button--next {
    display: block; }
  .headerWidget17 .header .bottom-bar .date-text .datepicker__month--month2 {
    display: none; } }
/* Extra small devices (portrait phones, less than 340px) 手机端 */
@media (max-width: 340px) {
  .headerWidget17 .header .bottom-bar {
    width: calc(100vw - 32px);
    right: 16px;
    margin-bottom: 16px; }
    .headerWidget17 .header .bottom-bar .date-box {
      margin-bottom: 8px; }
  .headerWidget17 .header .right-part .top-bar {
    width: calc(100vw - 88px); }
  .headerWidget17 .nav-wrap .menu-wrap {
    padding: 0px 24px;
    bottom: 136px; }
    .headerWidget17 .nav-wrap .menu-wrap .navMenu {
      width: calc(100vw - 48px); } }
/* Extra small devices (landscape phones, less than 560px) 手机端 */
@media (max-height: 560px) and (max-width: 992px) and (orientation: landscape) {
  .headerWidget17 .header .bottom-bar {
    margin-bottom: 16px;
    left: 16px;
    right: 16px;
    width: calc(100vw - 32px); }
    .headerWidget17 .header .bottom-bar .date-box {
      margin: 0 2% 0 0;
      width: 68%;
      float: left; }
    .headerWidget17 .header .bottom-bar .date-text .bookingDateInput {
      padding-left: 8px; }
    .headerWidget17 .header .bottom-bar .date-text .datepicker__month {
      width: 100%; }
    .headerWidget17 .header .bottom-bar .date-text .datepicker__month--month1 .datepicker__month-button--next {
      display: block; }
    .headerWidget17 .header .bottom-bar .date-text .datepicker__month--month2 {
      display: none; }
    .headerWidget17 .header .bottom-bar .bookingBtn {
      width: 30%;
      float: left; }
  .headerWidget17 .nav-wrap .menu-wrap {
    height: auto !important;
    bottom: 80px !important;
    padding: 0 80px;
    top: 0; }
    .headerWidget17 .nav-wrap .menu-wrap .navMenu {
      width: calc(100vw - 160px); } }
@keyframes arrowRun {
  0% {
    opacity: 0;
    bottom: 60px; }
  50% {
    opacity: 0.5;
    bottom: 30px; }
  100% {
    opacity: 0;
    bottom: 0px; } }
@keyframes headerAnimate {
  0% {
    transform: scale(1); }
  80% {
    transform: scale(1.1); }
  100% {
    transform: scale(1.1); } }
@keyframes sliderLoading {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@keyframes rotateAnimate {
  0% {
    transform: rotate(70deg) translate(16px, -50%);
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    transform: rotate(160deg) translate(16px, -50%);
    opacity: 1; }
  100% {
    transform: rotate(160deg) translate(16px, -50%);
    opacity: 0; } }
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh !important;
    height: 100vw !important;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0; }

  .headerWidget17 .rotate-tips {
    display: block; } }

/*# sourceMappingURL=headerWidget17.css.map */
